diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/email-template/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/email-template/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/[lng]/evcp/(evcp)/email-template/page.tsx b/app/[lng]/evcp/(evcp)/email-template/page.tsx index 520fd8d5..d66b1588 100644 --- a/app/[lng]/evcp/(evcp)/email-template/page.tsx +++ b/app/[lng]/evcp/(evcp)/email-template/page.tsx @@ -13,7 +13,7 @@ export default async function MailTemplatesPage() { <h1 className="text-3xl font-bold text-gray-900 mb-2">메일 템플릿 관리</h1>
<InformationButton pagePath="evcp/email-template" />
</div>
- <p className="text-gray-600">이메일 템플릿을 관리할 수 있습니다.</p>
+ {/* <p className="text-gray-600">이메일 템플릿을 관리할 수 있습니다.</p> */}
</div>
<MailTemplatesClient initialData={initialData} />
|
